-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: #14988 stream dataTypes and builtinFunctions highlight #153
base: next
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有过滤functions
和keywords
里重合的关键字吗
src/languages/flink/flink.ts
Outdated
// Type Conversion Functions | ||
'CAST', | ||
'TRY_CAST', | ||
'TYPEOF', | ||
// Collection Functions | ||
'CARDINALITY', | ||
'ELEMENT', | ||
'array', | ||
'map', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
array
和map
是不是也应该统一大写?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档中是小写,已按照我们编写的规则统一改为大写
87f0762
to
b2f754d
Compare
b2f754d
to
c0b64aa
Compare
c0b64aa
to
3021dc7
Compare
3021dc7
to
8f85eda
Compare
改动
INT
NOT IN
带空格的函数高亮(其他类型也可以)自测
使用
0.12.3-beta.4
beta 包在实时中已验证